parsing table

英 [ˈpɑːzɪŋ ˈteɪbl] 美 [ˈpɑːrsɪŋ ˈteɪbl]

网络  剖析表; 分析表

计算机



双语例句

  1. When the parsing is complete, you have an array of NSString items ready to be displayed in the table.
    当解析完成后,就有了可在表格中显示的NSString条目数组。
  2. SQL command parser takes in change of parsing user commands and operating tables, such as creating a table, deleting a table, inserting elements into table and updating table.
    SQL命令解析器负责解析用户命令并完成用户对表的创建、删除、插入、更新等操作;
  3. By importing and parsing the XML formatted extended-feature table, the design process is reconstructed and the design knowledge is reused.
    通过对广义特征信息表的导入和解析,重构了设计过程,实现了设计过程和设计知识的重用。
  4. Simplifying the LR Parsing Table Construction Technique with the Sub-parsing Table Method
    采用子表方法简化LR语法分析表的构造
  5. In this paper a new subset of the LR ( k) grammars called KLR ( k) grammars is defined and a method for constructing the KLR ( k) parsing table is presented.
    本文定义了LR(k)文法的一个新的子集,称为KLR(k)文法;同时给出了构造KLR(k)分扩表的一个算法。
  6. The principal drawback of LR parsers is that it needs too much time to construct a LR parsing table for a large scale grammer. This thesis discusses a few optimized methods to decrease the time of making SLR ( 1) parsing table.
    构造大规模文法的LR分析表是非常耗时的,本文对SLR(1)分析表进行讨论,给出了在构造SLR(1)分析表过程中的几种优化方法。
  7. The LR ( 1) parsing table excludes the GOTO unit and a LIFO stack is eliminated during a parsing process.
    该分析表不含GOTO表,基于它的LR(1)语法分析过程一般不需要后入先出栈的辅助。
  8. An Improved LR ( 1) Parsing Table and Its Construction Algorithm
    一个改进的LR(1)分析表及其构造算法
  9. It can verify whether an input grammar is the LR ( 1) grammar which can generate the LR ( 1) parsing table automatically. And it also can analyze any input string, then decide whether it's the input grammar's legal sentence.
    若是,则自动生成给定文法的LR(1)分析表,并对任一输入串进行分析,判断其是否为给定文法的句子。
  10. Optimum Methods of LR Parsing Table Which is Based on Large Scale Grammar
    基于大规模文法的LR表的优化策略
  11. An improved LR ( 1) parsing table and its construction algorithm are proposed.
    改进了传统的LR(1)分析表,提出了新的构造算法。
  12. The result show that the new construction method reduces the number of state of parsing table in some cases.
    结果表明采用该方法构造文法分析表可以在一些情况下减少文法分析表的状态数目。
  13. The LR ( 1) parsing table is the core of LR ( 1) grammar.
    LR(1)分析表是LR(1)分析器的核心。
  14. Generated messages, message parsing module to read from the SQL SERVER database, real-time data table data, according to the different needs of pre-formatted message is generated and placed in outgoing message queue.
    生成报文,报文解析模块从SqlServer数据库实时读取相关数据表数据,按照不同需求生成预定格式报文,并置入待发报文队列中。